ExceptionlessAllocatable::operator delete() method
Use \c delete as normal. This operator will be called automatically instead of the global one from libstdc++.
Syntax
void operator delete (void *obj) noexcept; ![]()
void operator delete (void *obj) noexcept {